PrintAlignment Enumeration
In This Topic
Specifies the image alignment within the page during a print process.
Syntax
'Declaration
<ComVisibleAttribute(True)>
Public Enum PrintAlignment
Inherits System.Enum
[ComVisible(true)]
public enum PrintAlignment : System.Enum
public enum PrintAlignment = class(System.Enum)
ComVisibleAttribute()
public enum PrintAlignment extends System.Enum
[ComVisible(true)]
__value public enum PrintAlignment : public System.Enum
[ComVisible(true)]
public enum class PrintAlignment : public System.Enum
Members
| Member | Value | Description |
| PrintAlignmentBottomCenter | 9 | The image is aligned in the bottom center of the page. |
| PrintAlignmentBottomLeft | 7 | The image is aligned in the bottom left of the page. |
| PrintAlignmentBottomRight | 8 | The image is aligned in the bottom right of the page. |
| PrintAlignmentDefault | 3 | The image is aligned as it is. The default value. |
| PrintAlignmentMiddleCenter | 2 | The image is aligned in the middle center of the page. |
| PrintAlignmentMiddleLeft | 0 | The image is aligned in the middle left of the page. |
| PrintAlignmentMiddleRight | 1 | The image is aligned in the middle right of the page. |
| PrintAlignmentTopCenter | 6 | The image is aligned in the top center of the page. |
| PrintAlignmentTopLeft | 4 | The image is aligned in the top left of the page. |
| PrintAlignmentTopRight | 5 | The image is aligned in the top right of the page. |
Inheritance Hierarchy
System.Object
System.ValueType
System.Enum
GdPicture14.PrintAlignment
See Also
Reference
GdPicture.NET.14 (COM - ActiveX)~GdPicture14_namespace